home *** CD-ROM | disk | FTP | other *** search
- danum = 1;
- lef.onPress = function()
- {
- if(this._parent.danum > 1)
- {
- this._parent.danum -= 1;
- }
- this._parent._parent.updateFolds();
- };
- rig.onPress = function()
- {
- if(this._parent.danum < 4)
- {
- this._parent.danum += 1;
- }
- this._parent._parent.updateFolds();
- };
-